home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
comm
/
c342q07.lha
/
example.sys
< prev
next >
Wrap
Text File
|
1995-03-14
|
10KB
|
253 lines
|
| These are the basics, set these up to describe your system
|
#nodeTitle "The Amiga Zone"
#nodeName "The Amiga Zone"
#nodeId "US (609) 953 8159"
|
| These two define the name of the intial room and floor users enter
| when they login.
|
#baseRoom "Front Door"
#MainFloor "The Convention"
|
| Basic System parameters. I recommend that you keep CRYPTSEED at zero
| although any value can be used. It makes debug easier for me if I grab
| your files.
| The message slots and size of the message base is a little cryptic. If
| you have 100 slots, then Citadel will remember the last 100 messages in
| each room. Mail has a separate value, but it is the same idea. With
| 100 rooms, you have 10,000 active messages possible in the system. With
| messages sizing from 500 bytes to 7500 bytes, you could have a message
| base of 5,000,000 to 75,000,000! Typically the average message is alot
| closer to the 500 bytes size. The 600K size here gives me a file that is
| 1217 blocks in size(614400 bytes). This would actually fit on a floppy
| if you wanted(although it would pretty much fill the floppy).
| You can make these pretty much any value you want, the larger the value
| the more the disk space needed. A reasonable approximation for messagek
| is:
|
| ( MSG-SLOTS + MAIL-SLOTS ) * 2.75K
| ( 120 + 99 ) * 3K = 602.25
| You can use more.....
| For the larger sized system, use 7.5K and get 1604K...
| The practical limit is 4095K
#CRYPTSEED 0
#MESSAGEK 2000
#MSG-SLOTS 120
#MAIL-SLOTS 99
#MAXROOMS 98
|
| These parameters define the User log size and User defaults.
| defaults: Terminal width is 79, Open logins, Users can create
| rooms, have access to mail, files, and doors. You must login
| to enter or read a message. Timeout for inactivity is 300 seconds.
#LOGSIZE 399 -- number of users the system can have
#UNLOGGED-WIDTH 79 -- width of a new/un-logged in user's screen
#AIDESEEALL 0 -- Can Aides see everything? (0== no)
#LOGINOK 1 -- ok for a user to create their account(1==YES)
#ENTEROK 0 -- Un-logged user post messages (0==no)
#READOK 0 -- Un-logged user read messages (0==no)
#ROOMOK 1 -- Can Users create rooms? (1==yes)
#ALLMAIL 1 -- Can Users use private mail (1==yes)
#DoorPrivs 1 -- Can Users play/use doors? (1==yes)
#CONSOLE-TIMEOUT 300 -- Inactivity timer(300 seconds)
#FILE-PRIV-DEFAULT 1 -- Can users download files? (1==yes)
#ANON-MAIL-LENGTH 600 -- Max Size of un-logged user's messages
#ANONYMOUS-SESSIONS -- log unsuccessful attempts
#LOGIN-ATTEMPTS 4 -- number of times a user can try to login
#NewNetPrivs 1 -- users get net priveledges by default(1==yes)
--
-- define these only if you wish to
-- support QWK downloading of messages
--
#QWKWORKAREA "CIT:QWK/WORK" -- Work directory for temporary files
#QWKFILEAREA "CIT:QWK/FILES" -- where all the temporary files go
#QWKMAXROOM 200 -- rooms at one time
#QWKMAXPACKET 10000 -- messages at one time
#QWKNAME "AMIGAZONE" -- name of the quick packet
#QWKLOCATION "MEDFORD, NJ" -- location of the BBS
|
| Define the file for sysop mail archiving, how many shared rooms
| no mirrored message file, and a network area of 1000K.
| The sysPassword is a filename, the file contains the sysop remote
| password. With this password you can call your bbs and do sysop
| functions remotely.
|
#SYSOP-ARCHIVE "cit:sysop_mail"
#sysPassword "bbs:bbs/pw"
#sysopName "Tony Preston"
#MIRRORMSG 0
#SHARED-ROOMS 50 -- Number of rooms we can share
#NET_AREA_SIZE 1000 -- size of area for net-sent files
#MAX_NET_FILE 1000 -- maximum size(in K) of any one file.
|
| Define the different directories for Citadel to use. This allows
| you to spread the files out. You can use the same directory for
| more than one of these.
|
#HELPAREA "bbs:bbs/helps"
#LOGAREA "bbs:bbs/General"
#ROOMAREA "bbs:bbs/room"
#MSGAREA "bbs:bbs/General"
#FLOORAREA "bbs:bbs/General"
#AUDITAREA "bbs:bbs/audit"
#HOLDAREA "bbs:bbs/hold"
#EDIT-AREA "bbs:bbs/edit/"
#NETAREA "bbs:bbs/net"
#NET_RECEPT_AREA "bbs:bbs/recieving"
#DOMAINAREA "bbs:bbs/domains"
|
| Miscelaneous parameters
|
#SCAN-NET-MESSAGES -- the file badwords.sys in the room area
-- is used to scan all message.
#EDITOR "TTX WAIT" -- Sysop console message editor
#CLOCK always -- default anyways
|
| Define the serial port interface, baud rate
|
#SYSBAUD 7 -- maximum baud rate
#LOCK-PORT 7 -- lock at 38.4K baud
#SERIAL_7WIRE -- enable CTS/RTS hardware handshaking
|
| Citadel defaults to serial.device, unit 0
|
-#DIRECTTOCHIP -- Serial Port:Look at hardware directly
#SERIALDEVICE "gvpser.device"
#UNITNUMBER 0
-#CLEAN-CALLLOG -- Uncomment if you don't want net session
-- in the calllog.sys file(audit trail of users).
|
| These parameters define the networking characteristics
|
#NETWORK 1 -- Are we networking? (1==yes)
#RouteMail 1 -- Will we route mail to other systems(1==yes)
#ServeDomain "NJ"
#DomainDisplay " [%s] "
#nodeDomain "NJ"
#MailHub "Mars Hill"
|
| defines the modem strings
|
-#modemSetup "ATZ1\rATN1\\N3S0=1S37=0S36=7&Q9\r"
#modemSetup "ATZ1\r"
#REINIT "AT&Q9 N1\r"
#callOutPrefix "AT N1\\N3&Q9DT"
#callOutSuffix "\r"
#DialOut1200 "ATN0\\N0S37=5&Q6DT"
#DialOut2400 "ATN0\\N0S37=6&Q6DT"
#DialOut4800 "ATN0\\N3S37=8&Q9DT"
#DialOut9600 "ATN0\\N3S37=9&Q9DT"
#DialOut14400 "ATN0\\N3S37=11&Q9DT"
#DialOut19200 "ATN0\\N3S37=11&Q9DT"
|
| System screen/window size plus colors
|
#SCREENWIDTH 668
#SCREENHEIGHT 240
#SCREENCOLOR0 2085 -- 0-4095. See next line.
#SCREENCOLOR1 4095 -- 0-4095. 0 is black 25 is blue, 4095 is white.
|
| Doors (See manuals for more information)
|
-#door Bxll bull bbs:bbs/bulletins autodoor modem unlimited
-AutoDoor Login Script File (may contain several doors)
-bbs:bbs/bulletins <dev:tty0 >dev:tty0
#door BJ xbj doors:xbj anyone modem unlimited
Play Al's BlackJack Casino!
-u "%d" <dev:tty0 >dev:tty0
#door chat chat doors: anyone modem unlimited
Chat with the BBS Program itself!
<dev:tty0 >dev:tty0
#door Horo horo doors: anyone modem unlimited
Have your horoscope acurately read!
<dev:tty0 >dev:tty0
#door HS2 HSclient doors:H&S2 anyone modem unlimited
Hack&Slash Version 2.0(Registered) AD&D type game
"%d" >dev:tty0 <dev:tty0
#door Users clray bbs:bbs/audit anyone modem unlimited
current user list
<dev:tty0 >dev:tty0
#door Psyc psychic doors: anyone modem unlimited
Citadel Psychic gives you a prediction!
<dev:tty0 >dev:tty0
#door Space space doors: anyone modem unlimited
Space Empire!
"%d" doors:spac <dev:tty0 >dev:tty0
#door Nw1 nw doors: anyone modem unlimited
Nuclear Warfare - Game One...
"%d" doors:nuke/ <dev:tty0 >dev:tty0
#door Nw2 nw doors: anyone modem unlimited
Nuclear Warfare - Game two...
"%d" doors:nuke_em/ <dev:tty0 >dev:tty0
#door nwx newuser cit: newusers modem unlimited
Door for Newusers.
<dev:tty0 >dev:tty0
#door sysop newuser bbs:bbs/sysop anyone modem unlimited
Door for Sysop Registration(sysops only)
<dev:tty0 >dev:tty0
#door Bull bull bbs:bbs/bulletins anyone modem unlimited
Bulletins for Users.
<dev:tty0 >dev:tty0 bbs:bbs/bulletins
#door ftp ftp in: anyone modem unlimited CD-ROM
File transfer Program.
<dev:tty0 >dev:tty0 "%d" cd0: in:
#door new newuser cit: anyone modem unlimited
Door for Newusers.
<dev:tty0 >dev:tty0
-#event All 0:00 autodoor quiet 1440 "Bulletins" "Citadel" Bxll
-#event <days> <time> <class> <type> <duration> <warning string> <depends>
-
- An Example:
-#event all 0:00 anytime-net quiet 1440 "warning string" 10 10 1
- every day, all day(24 hrs = 1440 minutes), be in anytime mode and
- wait for a dead time of 10 minutes, then go into networking mode for
- 10 minutes on member net 1.
-
-#event <days> <time> <class> <type> <duration> <warning string> <depends>
-#event <days> <time> <class> <type> <duration> <warning string> <depends>
+---------------------------------------------------------------------------
| network timing events
|
| net 1: local net anytime networking all day
| every 45 minutes during the day and 60 minutes at night
| 2: from 4 am to 6 am we do not call out but will accept
| net sessions from others.
| 3: all local systems are placed on net 1. All passive(we do
| not call) systems are placed on other nets.
|
| Normal schedule:
|
| Time: 0:00-3:30am 3:00 am - 6:00 am 6:00am - Midnight
| forced net session at 6am.
| All No outgoing calls All
+---------------------------------------------------------------------------
#event ALL 0:00 anytime-net quiet 180 "GoodBye" 60 5 1
#event ALL 6:30 anytime-net quiet 1050 "GoodBye" 60 5 1
#event ALL 6:00 until-done-net non-preempt 10 "Network Event Scheduled" 1
-#event ALL 18:00 until-done-net non-preempt 5 "Network Event Scheduled" 1
-#event ALL 13:30 until-done-net non-preempt 10 "Network Event Scheduled" 1
+-------------------------+
| limit user download time|
+-------------------------+
#event ALL 0:00 dl-time quiet 360 " " 240
#event ALL 6:00 dl-time quiet 1090 " " 120
#alldone x x -- end of file